home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
CUGUK
/
COMMS
/
C101.ZIP
/
UUPC11XS.ZIP
/
LIB
/
HLIB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-27
|
1KB
|
43 lines
/*
UUPC/Extended host dependent functions header
Change history:
08 Sep 90 - Created from local\host.h ahd
*/
#define SAME 0
#define SFILENAME "SEQF"
#define DOTFORWARD "forward"
#define SEPCHAR '/'
#define CONSOLE "con" /* "filename" of the console */
#define NAME "NAME"
#define NODENAME "NODENAME"
#define TEXT "t"
#define BINARY "b"
#define MAXADDR 128 /* Max length of address strings ahd */
#define MAXLIST 99 /* Max number of entries in arg
arrays */
void mkfilename(char *pathname,
const char *path,
const char *name); /* ahd */
char *mktempname( char *input,
char *extension); /* ahd */
char *mkmailbox(char *buf, const char *userid);
#ifdef __GNUC__
#define filebkup(x) \
printmsg(0,"Cannot backup %s in GNU C yet ... yell at Drew", x)
#else
int filebkup( const char *input );
#endif